'宣言 Public Overloads Function CollectionViewService(Of T)( _ Optional ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _ ) As CollectionViewServiceBuilder(Of T)
public CollectionViewServiceBuilder<T> CollectionViewService<T>( System.Collections.Generic.IEnumerable<T> sourceCollection )
パラメータ
- sourceCollection
- The sourceCollection
型パラメータ
- T
- The data item type
戻り値の型
The CollectionViewServiceBuilder